home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / SpaceEscape.swf / scripts / frame_16 / PlaceObject2_421_16 / CLIPACTIONRECORD onClipEvent(enterFrame).as < prev    next >
Encoding:
Text File  |  2005-08-08  |  111 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    pWait--;
  3.    if(pWait == 0)
  4.    {
  5.       _root.gotoAndStop("getReady");
  6.    }
  7. }
  8.